home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib2 / v_02_08 / 2n08066a < prev    next >
Encoding:
Text File  |  1995-11-01  |  112 b   |  11 lines

  1. struct hn_port
  2.     {
  3. #ifdef MSDOS
  4.     int number;
  5. #else /* UNIX */
  6.     FILE *in, *out;
  7. #endif
  8.     int errno;
  9.     };
  10.  
  11.